matching parameter meaning in Chinese
匹配参数
Examples
- If a match is found , it then looks for matching parameter names
如果找到了匹配项,它随后将查找匹配的参数名。例如,假定 - Object is immutable , which means that it can be used only for the match parameters defined when it is created
对象是不可变的,这意味着它只能用于创建时定义的匹配参数。 - The matching parameter in the module or command string must also have been created by using the keyword output
该模块或命令字符串中的匹配参数也必须已使用关键字output创建。 - Any procedure with matching parameter types and return type may be used to create an instance of this delegate class
任何具有匹配参数类型和返回类型的过程均可用来创建此委托类的实例。 - Control s sql commands , you use a naming convention to match parameter placeholders to the old values passed into the command
控件的sql命令中,使用命名约定使参数占位符与传递到该命令的原来的值相匹配。